home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Utilitare / 010editor / 010ed20.exe / {app} / Changes.txt < prev    next >
Text File  |  2005-03-28  |  12KB  |  238 lines

  1. 010 Editor - Revision Log
  2.  
  3. Version  Date             
  4. -------- ---------------- -----------------------------------------------
  5.  
  6. 2.0      March 30th, 2005
  7.  
  8.     New Features Overview
  9.         Added hard drive editing for logical and physical drives.
  10.         Added editing of system processes.
  11.         More powerful interface for viewing template results (results displayed in panel 
  12.             below each hex editor, mouse-over hints, reverse lookup for template variables).
  13.         More powerful scripts/templates syntax (custom functions, custom data types, more 
  14.             standard keywords supported, union support, include support, 44 new functions).
  15.         New Windows XP style.
  16.         Many improvements in tools (new Find in Files tool).
  17.         A whole range of other improvements.
  18.     
  19.     New Features List
  20.         Hard Drive Editing 
  21.             Open entire logical or physical hard drives using 'File > Open Drive'.
  22.             Make disk images for drive using 'File > Save As'.
  23.             Jump to next or previous drive sector with Alt+Down, Alt+Up.
  24.             Get properties of the drive using 'Edit > Properties'.
  25.             Open hard drives from the command line.
  26.     
  27.         Process Editing 
  28.             Open processes using 'File > Open Process'.
  29.             Select which heaps or modules to open.
  30.             Make image of process using 'File > Save As'.
  31.             Get properties of the process using 'Edit > Properties'.
  32.             Open processes from the command line.
  33.             List of current heaps displayed in 'Process' tab of the Output Window.
  34.     
  35.        Templates/Scripts
  36.             Templates/Scripts Interface
  37.                 Templates results can now be displayed in the 'Template Results' panel below each hex editor.
  38.                 Application contains links to an online repository for scripts and templates.
  39.                 Display hint for template variable when the cursor is over bytes in the hex editor.
  40.                 New 'Jump to Template Variable' command to lookup a template variable from a file address.
  41.                 Scripts and templates can be opened by double-clicking them in Windows Explorer.
  42.                 Scripts and templates can be run from the command line.
  43.                 Can mark scripts to be run on startup, shutdown, or when certain files are opened.
  44.                 Speed improvements for scripts and templates.
  45.                 Added default shortcut for saving a script or template.
  46.                 Context sensitive help in the Code Editor.
  47.     
  48.             Templates/Scripts Syntax
  49.                 Define your own custom functions.
  50.                 Use '#include' keyword to include files.
  51.                 Support for switch, case, break, and continue keywords.
  52.                 Support for unions.
  53.                 Default custom variables using the syntax <read=[functionname], write=[functionname]>.
  54.                 Control whether arrays of structures are optimized with <optimize=true|false>.
  55.                 Specify display format for variable using the syntax <format=hex|decimal|octal|binary>.
  56.                 sizeof now works properly on simple structures.
  57.                 Special new keywords 'exists' and 'startof' for template variables.
  58.                 Array initializers work properly (e.g. int a[3] = {1, 2, 3};).
  59.                 No need to use 'return' when doing simple expressions in the calculator.
  60.                 Changed how scoping works in structs - automatically look up a level.
  61.                 44 new functions: Checksum, ChecksumAlgStr, ChecksumAlgBytes, Compare, ConvertASCIIToUNICODE, 
  62.                     ConvertASCIIToUNICODEW, ConvertUNICODEToASCII, ConvertUNICODEToASCIIW, DeleteFile, Exit, 
  63.                     ExportFile, FindAll, FindFirst, FindInFiles, FindNext, FPrintf, GetBytesPerLine, 
  64.                     GetReadOnly, GetSectorSize, Histogram, ImportFile, InputOpenFileName, InputOpenFileNames, 
  65.                     InputSaveFileName, InsertFile, IsBigEndian, IsDrive, IsEditorFocused, IsLittleEndian, 
  66.                     IsLogicalDrive, IsModified, IsPhysicalDrive, IsProcess, OpenLogicalDrive, 
  67.                     OpenPhysicalDrive, OpenProcessById, OpenProcessByName, RenameFile, ReplaceAll, SetReadOnly,
  68.                     SScanf, StrDel, SubStr, Terminate.
  69.     
  70.             New Templates/Scripts
  71.                 New default scripts for splitting or joining binary files.
  72.                 New default template for parsing a WAV sound file.
  73.     
  74.         General
  75.             New Windows XP Style.
  76.             New 'File > Special > Save Selection' command to save selected bytes.
  77.             Show selection start and size in the status bar.
  78.             Click on position or size in status bar brings up an edit dialog.
  79.             Many tables have an 'Export CSV' option on right-click menu to write a comma-delimited file.
  80.             Can change read-only plus other flags in file properties.
  81.     
  82.         Hex Editor
  83.             Cursor size changes in Insert/Overwrite mode.
  84.             UNICODE character set support.
  85.             International character sets support.
  86.             Can split the hex editor into two parts using 'Window > Split Window' or button above scroll bar.
  87.             Scrolling can be synchronized between windows with 'Window > Synchronize Scrolling'.
  88.             Division lines can be used to indicate blocks of data.
  89.             Sector lines are drawn to indicate sectors on a hard drive.
  90.             Addresses can be displayed as octal format or as a line number.
  91.      
  92.         Tools
  93.             Find in Files tool
  94.                 Can recursively search a directory or all open files for a set of bytes.
  95.                 Display find in files results in 'Find in Files' tab of Output Window.
  96.                 Can expand or hide results for each file.
  97.             Find 
  98.                 Can search with wildcards '*' and '?'.
  99.                 Allow multiple find ranges to color the same file.
  100.                 Find works with UNICODE.
  101.             Highlights
  102.                 Allow multiple highlights to be applied at the same time.
  103.                 Assign different colors to highlights.
  104.             Comparison
  105.                 Can limit which bytes are compared in a file (use to compare two regions in the same file).
  106.                 Comparison results are sortable by clicking on the table headings.
  107.                 Add color indicator box to the type column.
  108.                 Can enable synchronized scrolling after running a comparison.
  109.             Base Converter 
  110.                 Support for Float, Double, ASCII strings, EBCDIC strings, UNICODE strings in base converter.
  111.             Checksum
  112.                 Can exclude a set of bytes in the file from the checksum.
  113.                 Can display the checksum results in decimal format.
  114.     
  115.         Inspector
  116.             String type in inspector.
  117.             Display start address as local (offset from parent) from right-click menu.
  118.             Template variable name can be 'Type + Name' or just 'Name' (use Column Display Format).
  119.     
  120.         Bookmarks
  121.             Bookmarks can now use custom data types defined in Templates.
  122.             Bookmarks can be set to move when the cursor changes position.
  123.     
  124.         Importing
  125.             Do checksum when importing an Intel-hex file.
  126.             In import file dialog box, can set file type as 'All Supported Import Types'.
  127.             Can import multiple files at the same time.
  128.             Support for reading and writing Intel Hex files that use word-based addresses.
  129.     
  130.         Options
  131.             Specify color of right area, separator lines, sector lines, and variable highlight.
  132.             Specify additional include directories.
  133.             Specify minimum number of digits in address.
  134.             Option for turning on/off mouse over and hints.
  135.             Option for adding 010 Editor to the Windows Explorer right-click menu.
  136.     
  137.         Command line
  138.             Can open a drive or process from the command line using '-drive:' or '-process:'.
  139.             Run a script or a template from the command line using '-script:' or '-template:'.
  140.             Mark a file as readonly using '-readonly'.
  141.             Exit the application using '-exit'.
  142.             Can use wildcards when opening files or importing files on the command line.
  143.     
  144.         Help
  145.             New improved help file.
  146.     
  147.         Bugs
  148.             Bug with window opening at zero height (in special cases).
  149.             Bug with a slow-down when defining large arrays in scripts.
  150.             Bug with divisions and the resulting types in scripts (in special cases).
  151.             Bug with replace all never finishing on certain replaces.
  152.             Other minor bug fixes.
  153.  
  154. 1.3      April 1st, 2004
  155.  
  156.     Templates
  157.         Added bitfield support to templates 
  158.         Added DisplayFormatBinary and DisplayFormatOctal functions
  159.         Can disable warnings under 'Tools > Options > Code Editor'
  160.     General
  161.         Now use the new XP file dialog boxes
  162.     Clipboard
  163.         Can use 'Paste Special' command to paste in different formats
  164.     Bug fixes
  165.         Fixed problems with workspace, filling bytes, running templates,
  166.            pasting large blocks, and selecting bytes on NT machines
  167.  
  168. 1.3.2    April 19th, 2004
  169.  
  170.     Added functions ConvertASCIIToEBCDIC, ConvertEBCDICToASCII
  171.     Added functions BitfieldLeftToRight, BitfieldRightToLeft
  172.     Bug fixes with Printf, Operations, and local arrays in Templates
  173.  
  174. 1.3.1    April 6th, 2004
  175.  
  176.     Changed header for templates and scripts
  177.     Bug fixes for the system path, and the Inspector
  178.  
  179.  
  180. 1.2      Jan 24th, 2004
  181.  
  182.     Inspector and Output Windows
  183.         Added 'Copy Column', 'Copy Row', and 'Copy Table' to right-click menu
  184.         Added 'Column Display Format' to right-click menu - set the format to hex or decimal
  185.     Scripts
  186.         Fixed scripts to work better when writing out large files
  187.         Any of the 'Write' functions now automatically expand the file size when 
  188.             writing past the end of the file 
  189.         A single variable (i.e int x) defined in a template can be accessed as x[0]
  190.         Added 'DisableUndo' and 'EnableUndo' to turn on or off undo - speeds up script
  191.             when writing large files
  192.         The 'FileNew' function now returns the file number of the created file
  193.     Import/Export
  194.         Added the ability to import or export 'Decimal Text'
  195.     Bug Fixes
  196.         Fixed 'Invalid Pointer Operation' bug in the Code Editor
  197.         Fixed a bug with the 'GetFileNum' function
  198.         A few other minor bug fixes with hotkeys and Templates
  199.  
  200. 1.1.1    Dec 19th, 2003
  201.  
  202.     Minor bug fixes with bookmarks and the inspector.
  203.     Added Expand All option to template right-click menu. 
  204.  
  205. 1.1      Nov 1st, 2003
  206.  
  207.     Templates
  208.         Support for enums (e.g. 'enum <ushort> MYENUM { COMP_1, COMP_2=5, COMP_3 } var1;').
  209.         Enums variables are displayed with a drop-down list in the Inspector.
  210.         Forward declared and recursive structs work properly.
  211.         Defining local variables inside structs works better (proper scope).
  212.         Zero-length arrays generate no variable (but do generate a warning).
  213.         Can specify hex or decimal display in Inspector with 
  214.             DisplayFormatHex() or DisplayFormatDecimal() functions.
  215.         Zip template now contains an example of enums.
  216.     Installer
  217.         010 Editor can be added to the system path automatically.
  218.         Can automatically associate with Intel Hex or Motorola S-Record files.
  219.     Explorer
  220.         Can drag-and-drop files from Windows Explorer to open them.
  221.         Drag-and-drop for Intel Hex or Motorola S-Record files will 
  222.             automatically import them.
  223.     Importing
  224.         Added default import byte under General Options (used for Intel Hex files).
  225.     Comparison
  226.         Improved comparison algorithm.
  227.     Bug fixes
  228.         Minor bug fixes with the Code Editor.
  229.  
  230. 1.0.1    Sept 26th, 2003  
  231.  
  232.     Minor bug fixes with printing and inspector
  233.  
  234. 1.0      Sept 16th, 2003  
  235.  
  236.     Initial release
  237.  
  238.